aboutsummaryrefslogtreecommitdiff
path: root/include/mach.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 04:01:14 +0000
committerrsc <devnull@localhost>2005-01-07 04:01:14 +0000
commit042aca7718160dbb4ba9407b1643306503d14f0d (patch)
treef88f9b9c049e216e00c0a188a16a8c658139b45c /include/mach.h
parent5eb2d219998a7d7463509da6b98940c5205759e0 (diff)
downloadplan9port-042aca7718160dbb4ba9407b1643306503d14f0d.tar.gz
plan9port-042aca7718160dbb4ba9407b1643306503d14f0d.tar.bz2
plan9port-042aca7718160dbb4ba9407b1643306503d14f0d.zip
add regdesc back.
Diffstat (limited to 'include/mach.h')
-rw-r--r--include/mach.h1
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
{