Current section
Files
Jump to
Current section
Files
include/lightspeed@testing_LogEntry.hrl
-record(log_entry, {
step :: integer(),
instruction :: lightspeed@agent@isa:instruction(),
opcode :: binary(),
summary :: binary()
}).