Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[decomp] allow #f to be used as a static pointer #861

Closed
xTVaser opened this issue Sep 28, 2021 · 0 comments · Fixed by #864
Closed

[decomp] allow #f to be used as a static pointer #861

xTVaser opened this issue Sep 28, 2021 · 0 comments · Fixed by #864

Comments

@xTVaser
Copy link
Member

xTVaser commented Sep 28, 2021

Not sure if this was already fixed.

The hud-parts type is not a collection of basics, rather it is a collection of (pointer process), more specifically the processes correspond to the similarly named types.

The global var is initialized from a label with the value:

L1:
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f
    .symbol #f

Which results in uncompilable code

;; definition for symbol hud-parts, type hud-parts
(define hud-parts )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant