search for: 2bdc053

Displaying 1 result from an estimated 1 matches for "2bdc053".

2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
...there. > > Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> > > --- > core/bcopyxx.inc | 7 +++++++ > core/shuffler.c | 8 -------- > 2 files changed, 7 insertions(+), 8 deletions(-) > > diff --git a/core/bcopyxx.inc b/core/bcopyxx.inc > index cfdda0b..2bdc053 100644 > --- a/core/bcopyxx.inc > +++ b/core/bcopyxx.inc > @@ -316,5 +316,12 @@ RM_IDT_ptr: dw 0FFFFh ; Length (nonsense, but matches CPU) > > bcopyxx_stack equ 128 ; We want this much stack > > + section .rodata > + global __syslinux_shuffler_size > + extern _...