From 53f6f72a459e1b8dbf45559b3273de7892d7e013 Mon Sep 17 00:00:00 2001 From: goose Date: Fri, 10 Jul 2020 17:21:23 +0000 Subject: [PATCH] Forward decleration of Rol and Ror git-svn-id: https://spexeah.com:8443/svn/Asuro@935 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c --- src/include/util.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/util.pas b/src/include/util.pas index e8f7741d..33218df1 100644 --- a/src/include/util.pas +++ b/src/include/util.pas @@ -60,6 +60,10 @@ procedure resetSystem(); function getESP : uint32; +function RolDWord(AValue : uint32; Dist : uint8) : uint32; + +function RorDWord(AValue : uint32; Dist : uint8) : uint32; + function MsSinceSystemBoot : uint64; var