diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-10-12 20:29:26 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-10-12 20:29:26 +0200 |
commit | 578e9a52f81fb00177e32121b3a6628d1b667f1e (patch) | |
tree | e9c36ac46394e88235ff08ea7b7b02fc87bee5ae /KMemDriver/Utils.asm | |
parent | f5273bfb19ff64c6c66b41774bf0b668e9c6e477 (diff) | |
parent | ea105e2f9790ca7f3d1b7d604aaa5c7b5f29a184 (diff) |
Merge remote-tracking branch 'impl/VS-2017'
Diffstat (limited to 'KMemDriver/Utils.asm')
-rw-r--r-- | KMemDriver/Utils.asm | 6 |
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 |