Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-12 | Fix bug in exit routine | Malfurious | 1 | -0/+1 | |
If an error condition is met during the pipe IO syscalls, eax will be filled with a negative value. We need to then zero the rest of the register before attempting to exit, so we don't continue on to execute garbage. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2023-01-12 | Remove the use of ebp | Malfurious | 1 | -4/+3 | |
Removes an unnecessary instruction. Signed-off-by: Malfurious <m@lfurio.us> |