mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
VERIFY macro removed
This commit is contained in:
parent
cc46f2d7e6
commit
05fb57baff
36 changed files with 108 additions and 145 deletions
|
|
@ -59,7 +59,7 @@ s32 sys_spu_image_close(vm::ptr<sys_spu_image_t> img)
|
|||
return CELL_EINVAL;
|
||||
}
|
||||
|
||||
VERIFY(vm::dealloc(img->segs.addr(), vm::main)); // Current rough implementation
|
||||
verify(HERE), vm::dealloc(img->segs.addr(), vm::main); // Current rough implementation
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue