mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
Implement exception vectors.
This commit is contained in:
parent
422cd14aac
commit
e8b1e0b965
17 changed files with 374 additions and 73 deletions
|
@ -243,7 +243,7 @@ uint32_t user_crypt_aes(smc_args_t *args) {
|
|||
|
||||
size_t size = args->X[6];
|
||||
if (size & 0xF) {
|
||||
panic();
|
||||
generic_panic();
|
||||
}
|
||||
|
||||
set_crypt_aes_done(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue