1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#include <inttypes.h>
#include <stdint.h>

#include "trap.h"
#include "vmem.h"

//-- Implementation for "../ulm0/hdw_trap.h" -----------------------------------

void
ulm_trap(ulm_Reg reg0, ulm_Reg reg1, ulm_Reg reg2)
{
}