[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

SysCallRegs

Register describing system calls.

Declaration

Source position: linuxold.inc line 113

type SysCallRegs = record

  reg1: LongInt;

  

Register 1

  reg2: LongInt;

  

Register 2

  reg3: LongInt;

  

Register 3

  reg4: LongInt;

  

Register 4

  reg5: LongInt;

  

Register 5

  reg6: LongInt;

  

Register 6

end;