Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by misto, Sun Dec 29 15:23:18 2002 UTC | revision 1.5 by misto, Thu Jan 2 17:43:54 2003 UTC | |
|---|---|---|
| # | Line 108 void alu::process( instr_word op, PSR &p | Line 108 void alu::process( instr_word op, PSR &p |
| 108 | psr.V = 0; | psr.V = 0; |
| 109 | } | } |
| 110 | ||
| 111 | #ifdef VMDEBUG | |
| 112 | cout.form("alu::process: arg1=%08X, arg2=%08X, res=%08X\n", | |
| 113 | arg1, arg2, res); | |
| 114 | #endif | |
| 115 | ||
| 116 | set_out_all( res ); | set_out_all( res ); |
| 117 | } | } |
| 118 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |