
  PROCEDURE [INLINE] i#restore_traps (old_te: 0 .. 3);
?? PUSH (LISTEXT := ON) ??

{  The purpose of this procedure is to restore the trap enable flag
{  to the value specified by 'old_te'.
{
{    I#RESTORE_TRAPS (OLD_TE)
{
{  OLD_TE: (input) Value of trap enabled flag to be restored.
{
{  NOTE - This procedure assumes the caller has 'local privilege' mode.
{

  #write_register (0c0(16), old_te);
  PROCEND i#restore_traps;
?? POP ??
