mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-05 12:48:01 +00:00
Reorder args in decref
This commit is contained in:
parent
65542149a3
commit
aa96d2373b
4 changed files with 16 additions and 16 deletions
|
@ -110,9 +110,9 @@ pub fn intWidth(width: IntWidth) anytype {
|
|||
}
|
||||
|
||||
pub fn decref(
|
||||
alignment: u32,
|
||||
bytes_or_null: ?[*]u8,
|
||||
data_bytes: usize,
|
||||
alignment: u32,
|
||||
) void {
|
||||
if (data_bytes == 0) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue