diff options
| author | gingerBill <bill@gingerbill.org> | 2022-02-23 11:23:27 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-02-23 11:23:27 +0000 |
| commit | 493bc653b5762514dac8c8941d6564ccf5bb8528 (patch) | |
| tree | df03d4119aa12d4edc3ddd92853d1084f259ac9e /src/entity.cpp | |
| parent | 3d209798c9aff4a0ebd135536234022620c9e650 (diff) | |
Add `@(no_red_zone)` for procedures
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index f5720293f..84ddd5c6b 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -226,6 +226,7 @@ struct Entity { bool is_foreign; bool is_export; bool generated_from_polymorphic; + bool no_red_zone; ProcedureOptimizationMode optimization_mode; } Procedure; struct { |