objdiff-wasm 3.0.0-alpha.1 → 3.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/config-schema.json
CHANGED
|
@@ -187,6 +187,13 @@
|
|
|
187
187
|
}
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
|
+
{
|
|
191
|
+
"id": "mips.registerPrefix",
|
|
192
|
+
"type": "boolean",
|
|
193
|
+
"default": false,
|
|
194
|
+
"name": "Register '$' prefix",
|
|
195
|
+
"description": "Display MIPS register names with a '$' prefix."
|
|
196
|
+
},
|
|
190
197
|
{
|
|
191
198
|
"id": "x86.formatter",
|
|
192
199
|
"type": "choice",
|
|
@@ -242,7 +249,8 @@
|
|
|
242
249
|
"name": "MIPS",
|
|
243
250
|
"properties": [
|
|
244
251
|
"mips.abi",
|
|
245
|
-
"mips.instrCategory"
|
|
252
|
+
"mips.instrCategory",
|
|
253
|
+
"mips.registerPrefix"
|
|
246
254
|
]
|
|
247
255
|
},
|
|
248
256
|
{
|
package/dist/objdiff.core.wasm
CHANGED
|
Binary file
|