diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-21 03:45:48 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-21 03:45:48 -0400 |
commit | 8837ed6d19b3921c41a20413b20f4e52fdf7b183 (patch) | |
tree | a8c86f8ce0613a4aae8ea338711e238231c716f9 /usr.bin/oasm/parse.c | |
parent | 15fa59f6ffa55a0ec8f8f6b8fb3ba46c67fb3030 (diff) |
oasm: emit: Don't use TAILQ_FOREACH for processing
In order to have more control over the flow at which we grab the next
tokens, we should roll our own loop by hand using TAILQ_FIRST() and
TAILQ_NEXT()
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oasm/parse.c')
0 files changed, 0 insertions, 0 deletions