Get the return param right for messages to nil.

R_INT(pr) = R_(INT)(pr); is not exactly what I had intended :P
This commit is contained in:
Bill Currie 2012-12-16 13:39:59 +09:00
parent 7ed490c434
commit 3a9fe196b6
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ rua_obj_msgSend (progs_t *pr)
func_t imp;
if (!self) {
R_INT (pr) = R_INT (pr);
R_INT (pr) = P_INT (pr, 0);
return;
}
if (!_cmd)