We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce735e commit 9ae61c0Copy full SHA for 9ae61c0
libinterpret/bc_interpreter_backend.h
@@ -127,7 +127,7 @@ typedef enum LongInst
127
LongInst_F32ToI,
128
LongInst_IToF32,
129
130
-#define FLT64_BEGIN LongInst_FAdd32
+#define FLT64_BEGIN LongInst_FAdd64
131
LongInst_FAdd64,
132
LongInst_FSub64,
133
LongInst_FDiv64,
@@ -165,8 +165,8 @@ typedef enum LongInst
165
166
#define HEAP_STORE_BEGIN LongInst_HeapStore8
167
LongInst_HeapStore8,
168
- LongInst_HeapStore32, ///Heap[align4(SP[hi & 0xFFFF)] = SP[hi >> 16]]
169
LongInst_HeapStore16,
+ LongInst_HeapStore32, ///Heap[align4(SP[hi & 0xFFFF)] = SP[hi >> 16]]
170
LongInst_HeapStore64,
171
#define HEAP_STORE_END LongInst_HeapStore64
172
0 commit comments