Просмотр исходного кода

Make 'int'-style offset output format default

nosoop 11 месяцев назад
Родитель
Сommit
46b48718bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/smgdc/validate.py

+ 1 - 1
src/smgdc/validate.py

@@ -145,7 +145,7 @@ class LocationEntry(BaseEntry):
     offset: IntLiteral = IntLiteral("0")
     bytescan: ByteSignature | None = None
 
-    offset_fmt: NumericOutputFormat = NumericOutputFormat.HEX
+    offset_fmt: NumericOutputFormat = NumericOutputFormat.INT
 
     def __post_init__(self):
         if self.bytescan: