odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.17k stars 550 forks source link

fix passing pointer to constant in non-odin cc #3676

Closed laytan closed 1 month ago

laytan commented 1 month ago

On calling conventions other than Odin, we can't pass pointers to constant globals to functions

Fixes #2837