浏览代码

Make 'int'-style offset output format default

nosoop 11 月之前
父节点
当前提交
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: