Remove TODO.

This commit is contained in:
Michael Munday 2017-01-10 12:04:17 -05:00
parent 102d848577
commit 55af819e97

View File

@ -554,7 +554,7 @@ static void build_subroutines(BuildCtx *ctx)
| |
| lg RD, L:LREG->top | lg RD, L:LREG->top
| sgr RD, RA | sgr RD, RA
| srlg NARGS:RD, NARGS:RD, 3 // TODO: support '3' on its own in dynasm. | srlg NARGS:RD, NARGS:RD, 3
| aghi NARGS:RD, 1 // RD = nargs+1 | aghi NARGS:RD, 1 // RD = nargs+1
| |
|->vm_call_dispatch: |->vm_call_dispatch: