Add em22 compile, change EM machine executable format to put proc table in text
[Ack-5.5.git] / util / ass / ass00.h
index be58d52..09e877d 100644 (file)
@@ -248,6 +248,7 @@ struct  procs {                 /* format of mprocs[] and xprocs[] */
 };
 
 struct  proctab {
-       cons_t  pr_off;         /* distance from pb */
        cons_t  pr_loc;         /* number of bytes locals */
+       cons_t  pr_off;         /* distance from pb */
+       cons_t  pr_len;
 };