Posix code cache.

This commit is contained in:
Ben Vanik
2014-07-12 22:25:12 -07:00
parent 7ee79318e8
commit 4a0531abc5
4 changed files with 111 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ namespace alloy {
namespace hir {
#define DEFINE_OPCODE(num, name, sig, flags) \
static const OpcodeInfo num##_info = { \
const OpcodeInfo num##_info = { \
flags, sig, name, num, \
};
#include <alloy/hir/opcodes.inl>