[ruamoko] Remove a stale FIXME

This was fixed when pr_def_t was introduced. I missed the comment at the
time.
This commit is contained in:
Bill Currie 2020-03-02 13:00:33 +09:00
parent 9ccff74fcf
commit bc4bea79cb

View file

@ -1625,7 +1625,7 @@ rua_PR_FindGlobal (progs_t *pr)
R_POINTER (pr) = 0;
def = PR_FindGlobal (pr, name);
if (def)
R_POINTER (pr) = def->ofs; //FIXME def's can't access > 32k
R_POINTER (pr) = def->ofs;
}
//====================================================================