diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach.h b/include/mach.h index 0f1a5ae5..62fcf73a 100644 --- a/include/mach.h +++ b/include/mach.h @@ -524,6 +524,7 @@ char* _hexify(char*, ulong, int); int locfmt(Fmt*); int loccmp(Loc*, Loc*); int locsimplify(Map *map, Regs *regs, Loc loc, Loc *newloc); +Regdesc* regdesc(char*); struct ps_prochandle { |