From 7916b1f9aa93fca368afda8b18396230ac7f338c Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 21 Sep 2014 18:39:00 +0200 Subject: implemented 'guard' annotation --- compiler/magicsys.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/magicsys.nim') diff --git a/compiler/magicsys.nim b/compiler/magicsys.nim index a794253df..6d4c65268 100644 --- a/compiler/magicsys.nim +++ b/compiler/magicsys.nim @@ -35,7 +35,7 @@ proc registerSysType(t: PType) = proc newSysType(kind: TTypeKind, size: int): PType = result = newType(kind, systemModule) result.size = size - result.align = size + result.align = size.int16 proc getSysSym(name: string): PSym = result = strTableGet(systemModule.tab, getIdent(name)) -- cgit 1.4.1-2-gfad0