summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.nim')
-rw-r--r--lib/system.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 9cb1b68da..3a721080d 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -1592,7 +1592,9 @@ when not defined(js) and defined(nimV2):
     TNimTypeV2 {.compilerproc.} = object
       destructor: pointer
       size: int
-      align: int
+      align: int16
+      depth: int16
+      display: ptr UncheckedArray[uint32] # classToken
       name: cstring
       traceImpl: pointer
       typeInfoV1: pointer # for backwards compat, usually nil