mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
* Fix bug caused by frame size overflowing its field.
This commit is contained in:
parent
6488d89c9e
commit
b045c732d3
3 changed files with 11 additions and 2 deletions
|
@ -143,7 +143,7 @@ extern scm_t_debug_frame *scm_last_debug_frame;
|
|||
#define SCM_TRACED_FRAME (1L << 8)
|
||||
#define SCM_ARGS_READY (1L << 7)
|
||||
#define SCM_DOVERFLOW (1L << 6)
|
||||
#define SCM_MAX_FRAME_SIZE 63 /* also used as a mask for the size field */
|
||||
#define SCM_MAX_FRAME_SIZE 63
|
||||
|
||||
#define SCM_FRAMETYPE (3L << 11)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue