Rev 2818 | Rev 2823 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2818 | Rev 2819 | ||
---|---|---|---|
Line 324... | Line 324... | ||
324 | case UDEBUG_M_REGS_WRITE: |
324 | case UDEBUG_M_REGS_WRITE: |
325 | rc = udebug_rp_regs_write(call, phone); |
325 | rc = udebug_rp_regs_write(call, phone); |
326 | return rc; |
326 | return rc; |
327 | case UDEBUG_M_THREAD_READ: |
327 | case UDEBUG_M_THREAD_READ: |
328 | rc = udebug_rp_thread_read(call, phone); |
328 | rc = udebug_rp_thread_read(call, phone); |
- | 329 | return rc; |
|
329 | case UDEBUG_M_MEM_WRITE: |
330 | case UDEBUG_M_MEM_WRITE: |
330 | rc = udebug_rp_mem_write(call, phone); |
331 | rc = udebug_rp_mem_write(call, phone); |
331 | return rc; |
332 | return rc; |
332 | default: |
333 | default: |
333 | break; |
334 | break; |