comparison src/arm.c @ 94:d876c9a65239 default tip

impl mac os target
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 23 Oct 2019 14:31:38 +0900
parents 83c23a36980d
children
comparison
equal deleted inserted replaced
93:7d0ec88cdd22 94:d876c9a65239
123 for (i = N_CALLSTK - 1; i >= 0; i--) { 123 for (i = N_CALLSTK - 1; i >= 0; i--) {
124 cprintf("%d: 0x%x\n", i + 1, pcs[i]); 124 cprintf("%d: 0x%x\n", i + 1, pcs[i]);
125 } 125 }
126 126
127 } 127 }
128