URI: 
       tadd regdesc back. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 042aca7718160dbb4ba9407b1643306503d14f0d
   DIR parent 5eb2d219998a7d7463509da6b98940c5205759e0
  HTML Author: rsc <devnull@localhost>
       Date:   Fri,  7 Jan 2005 04:01:14 +0000
       
       add regdesc back.
       
       Diffstat:
         M include/mach.h                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/include/mach.h b/include/mach.h
       t@@ -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
        {