Fix table allocation bump optimization.

This commit is contained in:
Mike Pall
2015-05-21 16:38:31 +02:00
parent 4a146cac9a
commit 60fb3fe2b2
2 changed files with 4 additions and 1 deletions

View File

@@ -293,6 +293,7 @@ typedef struct ScEvEntry {
/* Reverse bytecode map (IRRef -> PC). Only for selected instructions. */
typedef struct RBCHashEntry {
MRef pc; /* Bytecode PC. */
GCRef pt; /* Prototype. */
IRRef ref; /* IR reference. */
} RBCHashEntry;