Posix code cache.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user