mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-18 20:15:05 +00:00
Correct typo
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com> Signed-off-by: Brendan Hansknecht <Brendan.Hansknecht@gmail.com>
This commit is contained in:
parent
f5fb01fd53
commit
b62c9667d5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ extern fn roc_dealloc(c_ptr: *anyopaque, alignment: u32) callconv(.C) void;
|
|||
|
||||
extern fn roc_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void;
|
||||
|
||||
// Sincet roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
|
||||
// Since roc_dbg is never used by the builtins, we need at export a function that uses it to stop DCE.
|
||||
pub fn test_dbg(file_path: *anyopaque, message: *anyopaque) callconv(.C) void {
|
||||
roc_dbg(file_path, message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue