Skip to content

Commit

Permalink
remove book buf comments
Browse files Browse the repository at this point in the history
  • Loading branch information
enricozb committed May 27, 2024
1 parent 57bde0e commit 3ff7641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hvm.cu
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ typedef struct {
// Book of Definitions
struct Book {
u32 defs_len;
Def defs_buf[0x4000]; // 256 MB
Def defs_buf[0x4000];
u32 ffns_len;
FFn ffns_buf[0x4000]; // 256 MB
FFn ffns_buf[0x4000];
};

// Static Book
Expand Down

0 comments on commit 3ff7641

Please sign in to comment.