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

FAT incorrect macro #11646

Closed
resyfer opened this issue Feb 2, 2024 · 1 comment
Closed

FAT incorrect macro #11646

resyfer opened this issue Feb 2, 2024 · 1 comment

Comments

@resyfer
Copy link
Contributor

resyfer commented Feb 2, 2024

In this, DIRSEC_BYTENDX takes in f and i, yet expansion only uses i.

Macro is used like DIRSEC_BYTENDX(fs, idx), which needs to expand to have DIRSEC_NDXMASK(fs), but due to the nature of the typo, it still works as intended as it uses fs right from the scope of the function instead when it expands.

@acassis
Copy link
Contributor

acassis commented Feb 3, 2024

Closed by #11647

@acassis acassis closed this as completed Feb 3, 2024
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

No branches or pull requests

2 participants