mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 00:47:12 +00:00
MIPS relocation pairing, '$' prefix option & fixes
Implements MIPS relocation pairing logic. New option for "Register '$' prefix", off by default. Fixes various regressions introduced by refactoring. Resolves #122 Resolves #156
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/encounter/objdiff.git"
|
||||
},
|
||||
"files": ["dist/*"],
|
||||
"files": [
|
||||
"dist/*"
|
||||
],
|
||||
"main": "dist/objdiff.js",
|
||||
"types": "dist/objdiff.d.ts",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user