added mask64

This commit is contained in:
egaburov
2013-09-12 12:02:42 +02:00
parent efc20c2110
commit 7364e06387
9 changed files with 175 additions and 100 deletions

View File

@@ -2183,6 +2183,9 @@ static void lAddMaskToSymbolTable(SourcePos pos) {
case 32:
t = AtomicType::VaryingUInt32;
break;
case 64:
t = AtomicType::VaryingUInt64;
break;
default:
FATAL("Unhandled mask bitsize in lAddMaskToSymbolTable");
}