Skip to content

Commit

Permalink
🎨 move VM defines
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 17, 2024
1 parent a7c03d5 commit d76b150
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions include/vm.h
Expand Up @@ -146,4 +146,9 @@ ANN bool unwind(const VM_Shred shred, const Symbol effect, const m_uint size);
#define BBQ_POS_MAX 16777216

ANN void next_bbq_pos(const VM *vm);

#define MEM_STEP 16
#define SIZEOF_MEM (0x1 << MEM_STEP)
#define SIZEOF_REG (0x1 << 14)

#endif
2 changes: 1 addition & 1 deletion util
Submodule util updated 1 files
+0 −4 include/defs.h

0 comments on commit d76b150

Please sign in to comment.