mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Fixed a stupid error (used '+=' instead of '=').
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
/*
|
*
|
||||||
* Copyright (c) 1983 Regents of the University of California.
|
* Copyright (c) 1983 Regents of the University of California.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@ -82,7 +82,7 @@ findcall( parentp , p_lowpc , p_highpc )
|
|||||||
printf( "[findcall]\t0x%x:callf" , instructp - textspace );
|
printf( "[findcall]\t0x%x:callf" , instructp - textspace );
|
||||||
}
|
}
|
||||||
# endif DEBUG
|
# endif DEBUG
|
||||||
length += 4; /* constant length in a SPARC */
|
length = 4; /* constant length in a SPARC */
|
||||||
/*
|
/*
|
||||||
* regular pc relative addressing
|
* regular pc relative addressing
|
||||||
* check that this is the address of
|
* check that this is the address of
|
||||||
|
Reference in New Issue
Block a user