changed stacheight computation to top element size computation

This commit is contained in:
eck 1990-09-04 16:56:39 +00:00
parent 58355b7041
commit dace3435ec
3 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@ em_ptyp.h
em_reg.h
em_spec.h
out.h
stb.h
pc_err.h
pc_file.h
ranlib.h

View file

@ -131,7 +131,7 @@ typedef struct exprnode *node_p;
#define EX_XOR 42
#define EX_AND 43
#define EX_ISROM 44
#define EX_STACKHEIGHT 45
#define EX_TOPELTSIZE 45
#define EX_FALLTHROUGH 46

View file

@ -21,7 +21,7 @@
#define ms_gto 11 /* Dangerous procedure, uses nonlocal goto */
#define ms_stb 12 /* symbol table entry (for debugger) */
#define ms_std 13 /* symbol table entry (for debugger) referring to dot */
#define ms_sth 14 /* Height of the stack at a certain label */
#define ms_tes 14 /* Size of the top element at a certain label */
/*
* for details about ms_reg, see em_reg.h