mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix call emission
This commit is contained in:
parent
470810f307
commit
f72e1d4b02
@ -385,7 +385,7 @@ emitins(Ins i, Fn *fn, FILE *f)
|
||||
default:
|
||||
diag("emit: invalid call instruction");
|
||||
case RCon:
|
||||
emitf("callq %0", &i, fn, f);
|
||||
emitf("callq %M0", &i, fn, f);
|
||||
break;
|
||||
case RTmp:
|
||||
emitf("callq *%L0", &i, fn, f);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user