whoops, wrong default

This commit is contained in:
angie 2022-07-07 19:20:48 -04:00
parent b3ffb7a713
commit ccb0af3011

View File

@ -40,6 +40,6 @@ class _RabbitizerConfig:
misc_opcodeLJust: int = 11
misc_unknownInstrComment: bool = True
misc_omit0XOnSmallImm: bool = False
misc_upperCaseImm: bool = False
misc_upperCaseImm: bool = True
config: _RabbitizerConfig