Fixed copy paste error that broke dmntchtEnableFrozenAddress

This commit is contained in:
WerWolv 2019-03-05 18:40:16 +01:00 committed by GitHub
parent 0fbc0e2f46
commit 990e465b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,7 +590,7 @@ Result dmntchtEnableFrozenAddress(u64 address, u64 width, u64 *out_value) {
raw->magic = SFCI_MAGIC;
raw->cmd_id = 65303;
raw->address = address;
raw->address = width;
raw->width = width;
Result rc = serviceIpcDispatch(&g_dmntchtService);