From 6701b862aa96775609a7d42662ae4a98e43071bb Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 4 Dec 2016 13:46:48 +0300 Subject: TPM12 support --- Library/VeraCryptLib/llmath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/VeraCryptLib/llmath.c') diff --git a/Library/VeraCryptLib/llmath.c b/Library/VeraCryptLib/llmath.c index 6b4360c..7d79657 100644 --- a/Library/VeraCryptLib/llmath.c +++ b/Library/VeraCryptLib/llmath.c @@ -227,7 +227,7 @@ __declspec(naked) void __cdecl _aulldiv() ////////////////////////////////////////////////////////////////////////// // Shifts ////////////////////////////////////////////////////////////////////////// -__declspec(naked) void __cdecl _aullshr() { +__declspec(naked) void __cdecl _aullshr1() { _asm { ; ; Checking: Only handle 64bit shifting or more @@ -264,7 +264,7 @@ _Exit: } } -__declspec(naked) void __cdecl _allshl() { +__declspec(naked) void __cdecl _allshl1() { _asm { ; ; Handle shifting of 64 or more bits (return 0) -- cgit v1.2.3