Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deprecates X86_env.nums in correct place (#864)
just moved `[@@deprecated]` after `X86_env.nums`. Previously we had in compile time the next warning ``` Warning 3: deprecated: CPU.r [since 2018-01] user `r` instead ``` i.e. a new definition was deprecated, not a previous one.
- Loading branch information