소스 검색

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: