update roc_dbg in platforms

This commit is contained in:
Brendan Hansknecht 2023-12-01 20:34:57 -08:00
parent 3966d63e2f
commit 13d2238536
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
46 changed files with 94 additions and 89 deletions

View file

@ -290,7 +290,7 @@ mod dummy_platform_functions {
}
#[no_mangle]
pub unsafe extern "C" fn roc_dbg(_loc: *mut c_void, _msg: *mut c_void) {
pub unsafe extern "C" fn roc_dbg(_loc: *mut c_void, _src: *mut c_void, _msg: *mut c_void) {
unimplemented!("It is not valid to call roc dbg from within the compiler. Please use the \"platform\" feature if this is a platform.")
}