Skip to content

Commit

Permalink
Remove duplicate Ronin::ASM::X86_64#syscall method.
Browse files Browse the repository at this point in the history
* `Ronin::ASM::X86_64::Instructions` contains the `syscall` instruction
  method.
  • Loading branch information
postmodern committed Feb 25, 2025
1 parent f598acc commit 10fb636
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/ronin/asm/x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,6 @@ def stack_base = Registers::RBP
# @see #rsp
#
def stack_pointer = Registers::RSP

#
# Generates the instruction to invoke a syscall.
#
def syscall = instruction(:syscall)
end
end
end

0 comments on commit 10fb636

Please sign in to comment.