JitInterface: Amend ExceptionType enum value names

Since ExceptionType is an enum class, its name already acts like the
common prefix.
This commit is contained in:
Lioncash
2017-02-21 15:29:58 -05:00
parent 95b2b033b0
commit ff0f60c9f9
5 changed files with 12 additions and 13 deletions

View File

@ -14,9 +14,9 @@ namespace JitInterface
{
enum class ExceptionType
{
EXCEPTIONS_FIFO_WRITE,
EXCEPTIONS_PAIRED_QUANTIZE,
EXCEPTIONS_SPECULATIVE_CONSTANTS
FIFOWrite,
PairedQuantize,
SpeculativeConstants
};
void DoState(PointerWrap& p);