diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 62e4de55..3b4c0962 100644 --- a/src/library.js +++ b/src/library.js @@ -4046,6 +4046,10 @@ LibraryManager.library = { return ret; }, + llvm_expect_i32: function(x, y) { + assert(x == y, 'Expect failed!'); + }, + // ========================================================================== // iostream.h // ========================================================================== |