diff options
Diffstat (limited to 'ChocolArm64/Exceptions/VmmPageFaultException.cs')
| -rw-r--r-- | ChocolArm64/Exceptions/VmmPageFaultException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Exceptions/VmmPageFaultException.cs b/ChocolArm64/Exceptions/VmmPageFaultException.cs index d55c2c1c..f33aafc0 100644 --- a/ChocolArm64/Exceptions/VmmPageFaultException.cs +++ b/ChocolArm64/Exceptions/VmmPageFaultException.cs @@ -8,6 +8,6 @@ namespace ChocolArm64.Exceptions public VmmPageFaultException() { } - public VmmPageFaultException(long Position) : base(string.Format(ExMsg, Position)) { } + public VmmPageFaultException(long position) : base(string.Format(ExMsg, position)) { } } }
\ No newline at end of file |
