-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ConvertXOPErrorCode: Fix it for the general case
We need to handle two different ways to feed in error codes. The first is directly the runtime error code we got from IP. These are unique and for XOPs shifted by 10000 per XOP. The second is V_flag as returned by the XOP with /Z being present. These are the exact same values as defined in the XOP. The new code handles both cases correctly.
- Loading branch information
Showing
2 changed files
with
28 additions
and
7 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