Make oob check write to stderr instead of stdout
This commit is contained in:
parent
296ee6c5c8
commit
4064309b26
@ -372,7 +372,7 @@ fn generate_assembly_linux_x64(operations: &Vec<Operation>, functions: &Vec<Func
|
|||||||
data.code += "exception_array_read_out_of_bounds:\n";
|
data.code += "exception_array_read_out_of_bounds:\n";
|
||||||
//TODO: report the passed sizes
|
//TODO: report the passed sizes
|
||||||
data.code += "\tmov rax, 1\n";
|
data.code += "\tmov rax, 1\n";
|
||||||
data.code += "\tmov rdi, 1\n";
|
data.code += "\tmov rdi, 2\n";
|
||||||
// size
|
// size
|
||||||
data.code += "\tmov rdx, 37\n";
|
data.code += "\tmov rdx, 37\n";
|
||||||
// data
|
// data
|
||||||
|
Reference in New Issue
Block a user