Minor code cleanup, fixed 64-bit BMI and BMI2 instructions

This commit is contained in:
kobalicek
2016-06-30 18:59:59 +02:00
parent 286bc22f49
commit d25f392c6e
59 changed files with 2690 additions and 3037 deletions

View File

@@ -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"
}]);