mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
Minor
This commit is contained in:
@@ -11,8 +11,8 @@ var fs = require("fs");
|
||||
// [Configuration]
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
var injectStartMarker = "// ${kInstData:Begin}\n"
|
||||
var injectEndMarker = "// ${kInstData:End}\n"
|
||||
var injectStartMarker = "// ${kInstData:Begin}\n";
|
||||
var injectEndMarker = "// ${kInstData:End}\n";
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// [Utilities]
|
||||
@@ -41,10 +41,7 @@ var inject = function(s, start, end, code) {
|
||||
// [Database]
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// FullIndex - Index of the name of the instruction in one big string (no
|
||||
// prefix/suffix concept).
|
||||
// PrefixIndex - Index to a prefix string.
|
||||
// SuffixIndex - Index to a suffix string.
|
||||
// FullIndex - Index of the name of the instruction in one big string.
|
||||
|
||||
var Database = (function() {
|
||||
var IndexedString = function() {
|
||||
@@ -97,7 +94,6 @@ var Database = (function() {
|
||||
this.map[name] = {
|
||||
id: id,
|
||||
fullIndex: 0,
|
||||
prefixIndex: 0,
|
||||
hasV: 0
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user