Fix variable name collision

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-11 13:40:59 +01:00
parent d2601bb7bc
commit b56495543a
3 changed files with 10 additions and 11 deletions

View file

@ -36,7 +36,7 @@ VARIABLE(grub_relocator_backward_src)
/* mov imm32, %ecx */
.byte 0xb9
VARIABLE(grub_relocator_backward_size)
VARIABLE(grub_relocator_backward_chunk_size)
.long 0
add %ecx, %esi
@ -70,7 +70,7 @@ VARIABLE(grub_relocator_forward_src)
/* mov imm32, %ecx */
.byte 0xb9
VARIABLE(grub_relocator_forward_size)
VARIABLE(grub_relocator_forward_chunk_size)
.long 0
/* Forward copy. */