git-svn-id: branches/wasm@47801 -
@@ -184,7 +184,7 @@ implementation
tempfreelist:=nil;
templist:=nil;
{ we could create a new child class for this but I don't if it is worth the effort (FK) }
-{$if defined(powerpc) or defined(powerpc64) or defined(avr) or defined(jvm) or defined(aarch64) or defined(xtensa)}
+{$if defined(powerpc) or defined(powerpc64) or defined(avr) or defined(jvm) or defined(aarch64) or defined(xtensa) or defined(wasm32)}
direction:=1;
{$else}
direction:=-1;
@@ -153,7 +153,6 @@ unit tgcpu;
constructor ttgwasm.create;
begin
inherited create;
- direction := 1; // temp variables are allocated as "locals", and it starts with 0 and goes beyond!
localvars:=TWasmLocalVars.Create;
end;