mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-25 21:54:51 +03:00
4 lines
100 B
COBOL
4 lines
100 B
COBOL
(defun @id ((regs X86Regs)) (Ptr 64)
|
|
(start start:
|
|
(let b (get-reg rip regs))
|
|
(return b))) |