mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 03:29:22 +02:00
[PATCH 32/83] floats are done
From 8582fd2b48fdf7e00de754971318e1482f86ccb0 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Sun, 15 Sep 2019 23:59:13 -0400 git-svn-id: branches/wasm@45909 -
This commit is contained in:
parent
60046e59a8
commit
fe7826a013
@ -2007,7 +2007,6 @@ implementation
|
||||
result := getputmemf64[isload]
|
||||
else
|
||||
result := getputmem64[isload, is_signed(def)];
|
||||
//todo: floats?
|
||||
else
|
||||
Internalerror(201909150001);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user