Skip to content

Commit 9ae61c0

Browse files
committed
fixes to libinterpret
1 parent 6ce735e commit 9ae61c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libinterpret/bc_interpreter_backend.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ typedef enum LongInst
127127
LongInst_F32ToI,
128128
LongInst_IToF32,
129129

130-
#define FLT64_BEGIN LongInst_FAdd32
130+
#define FLT64_BEGIN LongInst_FAdd64
131131
LongInst_FAdd64,
132132
LongInst_FSub64,
133133
LongInst_FDiv64,
@@ -165,8 +165,8 @@ typedef enum LongInst
165165

166166
#define HEAP_STORE_BEGIN LongInst_HeapStore8
167167
LongInst_HeapStore8,
168-
LongInst_HeapStore32, ///Heap[align4(SP[hi & 0xFFFF)] = SP[hi >> 16]]
169168
LongInst_HeapStore16,
169+
LongInst_HeapStore32, ///Heap[align4(SP[hi & 0xFFFF)] = SP[hi >> 16]]
170170
LongInst_HeapStore64,
171171
#define HEAP_STORE_END LongInst_HeapStore64
172172

0 commit comments

Comments
 (0)