Update APState.cs
This commit is contained in:
parent
226d057778
commit
137278516d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ using System;
|
|||
namespace ChocolArm64.State
|
||||
{
|
||||
[Flags]
|
||||
public enum APState
|
||||
enum APState
|
||||
{
|
||||
VBit = 28,
|
||||
CBit = 29,
|
||||
|
@ -20,4 +20,4 @@ namespace ChocolArm64.State
|
|||
|
||||
NZCV = NZ | CV
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue