Skip to content

Commit 6f3e32e

Browse files
Update types.c - correct record 128 byte size
1 parent 619259a commit 6f3e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ ret_code RecordDirective( int i, struct asm_tok tokenarray[] )
19401940
{
19411941
if ( cntBits > 64 )
19421942
{
1943-
newr->sym.total_size = 128;
1943+
newr->sym.total_size = 16;
19441944
newr->sym.mem_type = MT_OWORD;
19451945
}
19461946
else if ( cntBits > 32 )

0 commit comments

Comments
 (0)