Fix cached_frame allocation in py-unwind
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pcrel16.s
CommitLineData
b0360d8c
L
1 .code16
2 .text
3 .globl _start
ac2aa337 4_start:
b0360d8c
L
5 .org 0x420
6 int $0x42
7 lret $2
8 .org 0xf065
9 jmp _start+((0x42) << 4)
This page took 0.511522 seconds and 4 git commands to generate.