add null object and add load const
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#ifndef RUNTIME_H
|
||||
#define RUNTIME_H
|
||||
#include "../translator/translator.h"
|
||||
#include "internals/hashmap/hashmap.h"
|
||||
|
||||
typedef struct {
|
||||
uint64_t *registers;
|
||||
ArgonObject **registers;
|
||||
size_t head;
|
||||
} RuntimeState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user