Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: adjust SyGasmanNumbers initialization (#5892)
Global variables are guaranteed to be zero initialized, so we can just discard this. Note that the existing code actually used the wrong bounds (it looped from 0 to 6 in the second argument, but should have looped to 8).
- Loading branch information