mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Added support for BND/REPNE call/jmp/jcc/ret
This commit is contained in:
@@ -23,7 +23,7 @@ const fs = require("fs");
|
||||
const hasOwn = Object.prototype.hasOwnProperty;
|
||||
|
||||
const asmdb = (function() {
|
||||
// Try to import local 'asmdb' package, if available.
|
||||
// Try to import a local 'asmdb' package, if available.
|
||||
try {
|
||||
return require("./asmdb");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user