diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-03-25 11:04:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-05-28 23:21:43 -0400 |
commit | c7ffbacac36580a654349288e3e87cb8b46ba8fd (patch) | |
tree | b969f9afa6e9983ac0f2a2a8949e145a301c583e /src/optionroms.c | |
parent | d3e4367529dc892b861c4dfb4f93f639e7ff3f05 (diff) | |
download | seabios-c7ffbacac36580a654349288e3e87cb8b46ba8fd.tar.gz |
Rename call16 to farcall16.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/optionroms.c')
-rw-r--r-- | src/optionroms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionroms.c b/src/optionroms.c index d5783b92..bd2f977b 100644 --- a/src/optionroms.c +++ b/src/optionroms.c @@ -38,7 +38,7 @@ __callrom(struct rom_header *rom, u16 offset, u16 bdf) br.di = get_pnp_offset(); br.code = SEGOFF(seg, offset); start_preempt(); - call16big(&br); + farcall16big(&br); finish_preempt(); debug_serial_setup(); |