mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
oops, left some debug code in
This commit is contained in:
@ -266,7 +266,7 @@ DEFUN(bfd_seek,(abfd, position, direction),
|
||||
if (direction == SEEK_SET && position == 0)
|
||||
return 0;
|
||||
#ifdef FILE_OFFSET_IS_CHAR_INDEX
|
||||
if (x > 0 && direction == SEEK_SET && position == abfd->where)
|
||||
if (direction == SEEK_SET && position == abfd->where)
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user