Advertisement
Guest User

Untitled

a guest
Dec 21st, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff -Naur fbalpha-bad/src/cpu/sh2/sh2.cpp fbalpha-good/src/cpu/sh2/sh2.cpp
  2. --- fbalpha-bad/src/cpu/sh2/sh2.cpp 2017-12-21 10:15:32.054963204 +0100
  3. +++ fbalpha-good/src/cpu/sh2/sh2.cpp 2017-12-21 10:17:07.152962297 +0100
  4. @@ -3532,10 +3532,9 @@
  5.  
  6. for (int i = 0; i < 1 /*nCPUCount*/; i++) {
  7. szText[5] = '1' + i;
  8. - ScanVar(& ( Sh2Ext[i].sh2 ), sizeof(SH2) - 4, szText);
  9. + ScanVar(& ( Sh2Ext[i].sh2 ), offsetof(SH2, irq_callback), szText);
  10.  
  11. SCAN_VAR (Sh2Ext[i].suspend);
  12. - SCAN_VAR (Sh2Ext[i].opbase);
  13.  
  14. #if FAST_OP_FETCH
  15. // Sh2Ext[i].opbase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement