Explorar o código

* map the currency type to the i64 WebAssembly type

git-svn-id: branches/wasm@48278 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
0315ab00d8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      compiler/wasm32/tgcpu.pas

+ 2 - 0
compiler/wasm32/tgcpu.pas

@@ -103,6 +103,8 @@ unit tgcpu;
 
       if is_pointer(def) then
         wbt := wbt_i32 // wasm32
+      else if is_currency(def) then
+        wbt := wbt_i64
       else if is_ordinal(def) then begin
         if is_64bit(def) then wbt := wbt_i64
         else wbt := wbt_i32;