VM: remove RT_EXCEPTION_HANDLER reference
parent
769c09def5
commit
b3de115e3c
|
@ -25,10 +25,7 @@ enum relocation_type {
|
||||||
RT_CARDS_OFFSET,
|
RT_CARDS_OFFSET,
|
||||||
/* value of vm->decks_offset */
|
/* value of vm->decks_offset */
|
||||||
RT_DECKS_OFFSET,
|
RT_DECKS_OFFSET,
|
||||||
/* address of exception_handler -- this exists as a separate relocation
|
RT_UNUSED,
|
||||||
type since its used in a situation where relocation arguments cannot
|
|
||||||
be passed in, and so RT_DLSYM is inappropriate (Windows only) */
|
|
||||||
RT_EXCEPTION_HANDLER,
|
|
||||||
/* arg is a literal table index, holding a pair (symbol/dll) */
|
/* arg is a literal table index, holding a pair (symbol/dll) */
|
||||||
RT_DLSYM_TOC,
|
RT_DLSYM_TOC,
|
||||||
/* address of inline_cache_miss function. This is a separate
|
/* address of inline_cache_miss function. This is a separate
|
||||||
|
|
Loading…
Reference in New Issue