mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
* sim-n-core.h (sim_core_read_unaligned_N): illegal empty
initializer. * sim-types.h (unsigned128,signed128): fix typo for MSVC.
This commit is contained in:
parent
9bb4d38497
commit
c7e3f734a7
@ -1,3 +1,9 @@
|
|||||||
|
1997-11-13 Felix Lee <flee@cygnus.com>
|
||||||
|
|
||||||
|
* sim-n-core.h (sim_core_read_unaligned_N): illegal empty
|
||||||
|
initializer.
|
||||||
|
* sim-types.h (unsigned128,signed128): fix typo for MSVC.
|
||||||
|
|
||||||
Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
|
Wed Nov 12 12:18:08 1997 Doug Evans <devans@canuck.cygnus.com>
|
||||||
|
|
||||||
* aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
|
* aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
|
||||||
|
@ -211,7 +211,7 @@ sim_core_read_unaligned_N(sim_cpu *cpu,
|
|||||||
XSTRING (sim_core_read_unaligned_N));
|
XSTRING (sim_core_read_unaligned_N));
|
||||||
/* to keep some compilers happy, we return a dummy */
|
/* to keep some compilers happy, we return a dummy */
|
||||||
{
|
{
|
||||||
unsigned_M val[1] = { };
|
unsigned_M val[1] = { 0 };
|
||||||
return val[0];
|
return val[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user