Browse Source

- don't set casmdata in wasm32/aasmcpu.pas, so that the aasmdef unit can override it

Nikolay Nikolov 3 years ago
parent
commit
6f88919f37
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/wasm32/aasmcpu.pas

+ 0 - 1
compiler/wasm32/aasmcpu.pas

@@ -1552,5 +1552,4 @@ uses
 initialization
   cai_cpu:=taicpu;
   cai_align:=tai_align;
-  casmdata:=TAsmData;
 end.