Rev 3425 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3425 | Rev 4377 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | # |
36 | # |
| 37 | # r2 contains the PCB pointer |
37 | # r2 contains the PCB pointer |
| 38 | # |
38 | # |
| 39 | __entry: |
39 | __entry: |
| 40 | alloc loc0 = ar.pfs, 0, 1, 2, 0 |
40 | alloc loc0 = ar.pfs, 0, 1, 2, 0 |
| 41 | mov r1 = _gp |
41 | movl r1 = _gp |
| 42 | 42 | ||
| 43 | # Pass PCB pointer as the first argument to __main |
43 | # Pass PCB pointer as the first argument to __main |
| 44 | mov out0 = r2 |
44 | mov out0 = r2 |
| 45 | br.call.sptk.many b0 = __main |
45 | br.call.sptk.many b0 = __main |
| 46 | 0: |
46 | 0: |