Skip to content

Commit e0ba559

Browse files
committed
Fix invalid path
1 parent 99d11d7 commit e0ba559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syscall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Any other system calls will fail with an "unknown syscall" error.
116116

117117
These system calls are solely for the convenience of accessing the [SDL library](https://www.libsdl.org/) and [SDL2_Mixer](https://wiki.libsdl.org/SDL2_mixer) and are only intended for the presentation of RISC-V graphics applications. They are not present in the ABI interface of POSIX or Linux.
118118

119-
Check the [fenster.h](tests/fenster.h) header, which offers an extremely minimalistic and specific approach to displaying a 2D canvas.
119+
Check the [fenster.h](../tests/fenster.h) header, which offers an extremely minimalistic and specific approach to displaying a 2D canvas.
120120
This integrates with rv32emu's SDL-based system calls, significantly enhancing usability and simplifying any future porting efforts.
121121

122122
### `draw_frame` - Draw a frame around the SDL window

0 commit comments

Comments
 (0)