mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Minor code cleanup, fixed 64-bit BMI and BMI2 instructions
This commit is contained in:
@@ -451,9 +451,7 @@ var main = function(files) {
|
||||
});
|
||||
};
|
||||
|
||||
main([
|
||||
{
|
||||
name: "../src/asmjit/x86/x86inst.cpp",
|
||||
arch: "x86"
|
||||
}
|
||||
]);
|
||||
main([{
|
||||
name: "../src/asmjit/x86/x86inst.cpp",
|
||||
arch: "x86"
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user