toolchain: xpcg: add an offset type for signed offset values

This commit is contained in:
2026-03-21 10:33:01 +00:00
parent 08a9627548
commit 68ae449731
3 changed files with 31 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
enum type_id {
TYPE_NONE,
TYPE_INT,
TYPE_OFFSET,
TYPE_SIZE,
TYPE_STRING,
TYPE_BUFFER,