Guest User

Untitled

a guest
Aug 30th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.37 KB | None | 0 0
  1.    type Modules is
  2.       record
  3.      First : System.Address; --  Address of module start .. end.
  4.      Last  : System.Address;
  5.      Data  : System.Address; --  NULL terminated C string, e.g. cmd line.
  6.       end record;
  7.  
  8.    type Modules_Info is
  9.       record
  10.          Count : Unsigned_32;
  11.          Addr  : ; --  This will be the pointer to the array of Modules.
  12.       end record;
Add Comment
Please, Sign In to add comment