Ignore:
Timestamp:
Dec 13, 2023, 4:45:21 PM (10 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
21ad568
Parents:
3e49c477
Message:

A harder revert of exception changes, hopefully it will get the tests working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.h

    r3e49c477 r142930b  
    4343extern struct __cfavir_type_info __cfatid_exception_t;
    4444
    45 struct __cfaehm_base_exception_t * __cfaehm_get_current_exception(void);
    4645
    4746void __cfaehm_cancel_stack(exception_t * except) __attribute__((noreturn));
     
    5857
    5958// Function catches termination exceptions.
    60 int __cfaehm_try_terminate(
     59void __cfaehm_try_terminate(
    6160        void (*try_block)(),
    6261        void (*catch_block)(int index, exception_t * except),
Note: See TracChangeset for help on using the changeset viewer.