| ... | @@ -813,12 +813,11 @@ const LinuxThreadImpl = struct { | ... | @@ -813,12 +813,11 @@ const LinuxThreadImpl = struct { |
| 813 | \\ # force-deactivate it by running `restore` until | 813 | \\ # force-deactivate it by running `restore` until |
| 814 | \\ # all frames are cleared. | 814 | \\ # all frames are cleared. |
| 815 | \\ 1: | 815 | \\ 1: |
| 816 | \\ cmp %%sp, 0 | 816 | \\ cmp %%fp, 0 |
| 817 | \\ beq 2f | 817 | \\ beq 2f |
| 818 | \\ nop | 818 | \\ nop |
| | 819 | \\ ba 1b |
| 819 | \\ restore | 820 | \\ restore |
| 820 | \\ ba 1f | | |
| 821 | \\ nop | | |
| 822 | \\ 2: | 821 | \\ 2: |
| 823 | \\ mov 73, %%g1 | 822 | \\ mov 73, %%g1 |
| 824 | \\ mov %[ptr], %%o0 | 823 | \\ mov %[ptr], %%o0 |