Only use a single bug!() invocation in call_intrinsic_match
This reduces code size
This commit is contained in:
parent
409e3eb2cb
commit
046e094842
@ -88,13 +88,13 @@ macro call_intrinsic_match {
|
||||
$ret.write_cvalue($fx, res);
|
||||
|
||||
return true;
|
||||
} else {
|
||||
bug!("wrong number of args for intrinsic {:?}", $intrinsic);
|
||||
}
|
||||
}
|
||||
)*
|
||||
_ => false,
|
||||
_ => return false,
|
||||
}
|
||||
|
||||
bug!("wrong number of args for intrinsic {:?}", $intrinsic);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user