-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Post Initialization for class Z::CPU
After the construction of the CPU class, the processor type and processor features are "true values" from the port library. Post initialization will change some of the values there needed for the compiler. Issue: #4339 Signed-off-by: Harry Yu <harryyu1994@gmail.com>
- Loading branch information
1 parent
3070301
commit ee1f73a
Showing
2 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,8 +262,6 @@ class CPU : public OMR::CPU | |
|
||
CPU(); | ||
|
||
protected: | ||
|
||
enum | ||
{ | ||
// Available = 0x00000001, | ||
|