Commit 25ac4d07 authored by Kai Backman's avatar Kai Backman

Rolling galign back to 32 bit.

R=rsc
APPROVED=rsc
DELTA=3  (0 added, 0 deleted, 3 changed)
OCL=29532
CL=29917
parent f6402313
...@@ -16,7 +16,7 @@ Typedef typedefs[] = ...@@ -16,7 +16,7 @@ Typedef typedefs[] =
{ {
"int", TINT, TINT32, "int", TINT, TINT32,
"uint", TUINT, TUINT32, "uint", TUINT, TUINT32,
"uintptr", TUINTPTR, TUINT64, "uintptr", TUINTPTR, TUINT32,
"float", TFLOAT, TFLOAT32, "float", TFLOAT, TFLOAT32,
0 0
}; };
...@@ -24,8 +24,8 @@ Typedef typedefs[] = ...@@ -24,8 +24,8 @@ Typedef typedefs[] =
void void
betypeinit(void) betypeinit(void)
{ {
maxround = 8; maxround = 4;
widthptr = 8; widthptr = 4;
zprog.link = P; zprog.link = P;
zprog.as = AGOK; zprog.as = AGOK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment