Compare commits

...

2 Commits

Author SHA1 Message Date
0x4261756D 4064309b26 Make oob check write to stderr instead of stdout 2023-01-11 19:45:38 +01:00
0x4261756D 296ee6c5c8 Add icons for VSCode 2023-01-11 19:43:03 +01:00
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 760 B

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 743 B

After

Width:  |  Height:  |  Size: 612 B

View File

@ -372,7 +372,7 @@ fn generate_assembly_linux_x64(operations: &Vec<Operation>, functions: &Vec<Func
data.code += "exception_array_read_out_of_bounds:\n";
//TODO: report the passed sizes
data.code += "\tmov rax, 1\n";
data.code += "\tmov rdi, 1\n";
data.code += "\tmov rdi, 2\n";
// size
data.code += "\tmov rdx, 37\n";
// data