changed stacheight computation to top element size computation

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

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