Rev 3681 | Rev 3772 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3681 | Rev 3690 | ||
---|---|---|---|
Line 253... | Line 253... | ||
253 | } |
253 | } |
254 | 254 | ||
255 | printf("Run interpreter.\n"); |
255 | printf("Run interpreter.\n"); |
256 | printf("entry point: 0x%lx\n", interp_info.entry); |
256 | printf("entry point: 0x%lx\n", interp_info.entry); |
257 | printf("pcb address: 0x%lx\n", &pcb); |
257 | printf("pcb address: 0x%lx\n", &pcb); |
- | 258 | printf("prog dynamic: 0x%lx\n", prog_info.dynamic); |
|
258 | 259 | ||
259 | is_dyn_linked = true; |
260 | is_dyn_linked = true; |
260 | ipc_answer_0(rid, EOK); |
261 | ipc_answer_0(rid, EOK); |
261 | 262 | ||
262 | return 0; |
263 | return 0; |