Index: src/arm/disasm-arm.cc |
=================================================================== |
--- src/arm/disasm-arm.cc (revision 2053) |
+++ src/arm/disasm-arm.cc (working copy) |
@@ -253,24 +253,12 @@ |
// the FormatOption method. |
void Decoder::PrintSoftwareInterrupt(SoftwareInterruptCodes swi) { |
switch (swi) { |
- case call_rt_r5: |
- Print("call_rt_r5"); |
+ case call_rt_redirected: |
+ Print("call_rt_redirected"); |
return; |
- case call_rt_r2: |
- Print("call_rt_r2"); |
- return; |
case break_point: |
Print("break_point"); |
return; |
- case simulator_fp_add: |
- Print("simulator_fp_add"); |
- return; |
- case simulator_fp_mul: |
- Print("simulator_fp_mul"); |
- return; |
- case simulator_fp_sub: |
- Print("simulator_fp_sub"); |
- return; |
default: |
out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, |
"%d", |