aboutsummaryrefslogtreecommitdiff
path: root/KMemDriver/Utils.asm
diff options
context:
space:
mode:
Diffstat (limited to 'KMemDriver/Utils.asm')
-rw-r--r--KMemDriver/Utils.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/KMemDriver/Utils.asm b/KMemDriver/Utils.asm
index d95a64e..b7c344e 100644
--- a/KMemDriver/Utils.asm
+++ b/KMemDriver/Utils.asm
@@ -1,11 +1,11 @@
-PUBLIC getCurrentRIP
+PUBLIC getNextRIP
.code _text
-getCurrentRIP PROC PUBLIC
+getNextRIP PROC PUBLIC
pop rax
push rax
ret
-getCurrentRIP ENDP
+getNextRIP ENDP
END \ No newline at end of file