Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Aug 5, 2023
1 parent 79e5b2d commit 732114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assembler/X64Assembler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace tulip::hook {
}

// Use this to easily express a X64Pointer, like so:
// RegMem32 m;
// RegMem64 m;
// m[RSP], m[RSP + 4]
struct RegMem64 {
X64Pointer operator[](X64Pointer ptr) {
Expand Down

0 comments on commit 732114c

Please sign in to comment.