Exemplo n.º 1
0
 public static uint DEV9read32(uint addr)
 {
     try
     {
         return(dev9.DEV9_Read32(addr));
     }
     catch (Exception e) when(Log_Fatal(e))
     {
         throw;
     }
 }
Exemplo n.º 2
0
 public static uint DEV9read32(uint addr)
 {
     try
     {
         return(dev9.DEV9_Read32(addr));
     }
     catch (Exception e)
     {
         CLR_PSE_PluginLog.MsgBoxErrorTrapper(e);
         throw;
     }
 }