aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/type.h')
-rw-r--r--src/pkg/runtime/type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/runtime/type.h b/src/pkg/runtime/type.h
index 8c80c62d39..c1d9facd10 100644
--- a/src/pkg/runtime/type.h
+++ b/src/pkg/runtime/type.h
@@ -23,10 +23,11 @@ struct CommonType
{
uintptr size;
uint32 hash;
- uint8 alg;
+ uint8 _unused;
uint8 align;
uint8 fieldAlign;
uint8 kind;
+ Alg *alg;
String *string;
UncommonType *x;
Type *ptrto;