diff options
author | Ben Bridle <ben@derelict.engineering> | 2025-04-18 20:47:47 +1200 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2025-04-18 20:47:59 +1200 |
commit | 75018f1ec69162a0695e603030f5e1a5cc105af0 (patch) | |
tree | 0ea32433b9f548644b5789cbce910f99956617f0 /Cargo.toml | |
parent | e0595e64cc1fa3c9b01a73ed9c67487e40dc54f9 (diff) | |
download | torque-asm-75018f1ec69162a0695e603030f5e1a5cc105af0.zip |
Allow a macro to invoke itself safely
A macro can now invoke itself if the invocation is inside a conditional
block that will eventually return false. The assembler stack can still
overflow if the macro recurses too deeply, or if a macro calls itself
without a conditional block.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions