diff options
Diffstat (limited to 'target/hexagon/cpu.c')
| -rw-r--r-- | target/hexagon/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index c213ce8d88..c9817c7192 100644 --- a/target/hexagon/cpu.c +++ b/target/hexagon/cpu.c @@ -54,7 +54,6 @@ static const Property hexagon_cpu_properties[] = { DEFINE_PROP_UNSIGNED("lldb-stack-adjust", HexagonCPU, lldb_stack_adjust, 0, qdev_prop_uint32, target_ulong), DEFINE_PROP_BOOL("short-circuit", HexagonCPU, short_circuit, true), - DEFINE_PROP_END_OF_LIST() }; const char * const hexagon_regnames[TOTAL_PER_THREAD_REGS] = { |