mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-12 17:18:40 +00:00
Prepare for overlapping struct field handling (#121)
This commit is contained in:
@@ -167,8 +167,8 @@ module PrimitiveType =
|
||||
| PrimitiveType.Double -> 8
|
||||
| PrimitiveType.String -> 8
|
||||
| PrimitiveType.TypedReference -> failwith "todo"
|
||||
| PrimitiveType.IntPtr -> 8
|
||||
| PrimitiveType.UIntPtr -> 8
|
||||
| PrimitiveType.IntPtr -> NATIVE_INT_SIZE
|
||||
| PrimitiveType.UIntPtr -> NATIVE_INT_SIZE
|
||||
| PrimitiveType.Object -> 8
|
||||
|
||||
type TypeDefn =
|
||||
|
Reference in New Issue
Block a user