The ms_gto is added. This is a trick used to indicate procedures
jumped to with gto.
This commit is contained in:
parent
621f9f4ea9
commit
773f0aa626
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
#define ms_ext 8 /* List of exported symbols from this library module */
|
#define ms_ext 8 /* List of exported symbols from this library module */
|
||||||
#define ms_par 9 /* Number of bytes of parameters accessed */
|
#define ms_par 9 /* Number of bytes of parameters accessed */
|
||||||
#define ms_ego 10 /* Hint from EM Global Optimizer */
|
#define ms_ego 10 /* Hint from EM Global Optimizer */
|
||||||
|
#define ms_gto 11 /* Dangerous procedure, uses nonlocal goto */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* for details about ms_reg, see em_reg.h
|
* for details about ms_reg, see em_reg.h
|
||||||
|
|
Loading…
Reference in a new issue