mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Use regular backtrace for Mac on signals as well.
This commit is contained in:
@@ -275,6 +275,7 @@ typedef struct
|
||||
unsigned reassoc; // allow reassociateion
|
||||
unsigned sext; // sign extend
|
||||
unsigned sret; // struct return pointer
|
||||
unsigned ssp; // safe stack protection
|
||||
unsigned target_features; // target-features for function compilation
|
||||
unsigned uwtable;
|
||||
unsigned writeonly; // No writes on pointer
|
||||
|
||||
Reference in New Issue
Block a user