Browse Source

[PATCH 32/83] floats are done

From 8582fd2b48fdf7e00de754971318e1482f86ccb0 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Sun, 15 Sep 2019 23:59:13 -0400

git-svn-id: branches/wasm@45909 -
nickysn 5 years ago
parent
commit
fe7826a013
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/wasm/hlcgcpu.pas

+ 0 - 1
compiler/wasm/hlcgcpu.pas

@@ -2007,7 +2007,6 @@ implementation
                    result := getputmemf64[isload]
                    result := getputmemf64[isload]
                  else
                  else
                   result := getputmem64[isload, is_signed(def)];
                   result := getputmem64[isload, is_signed(def)];
-              //todo: floats?
             else
             else
               Internalerror(201909150001);
               Internalerror(201909150001);
             end;
             end;