mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
SEGFAULT gaffe in dummy register handling
git-svn-id: svn://svn.berlios.de/openocd/trunk@1046 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -126,7 +126,7 @@ void register_init_dummy(reg_t *reg)
|
||||
{
|
||||
static int dummy_arch_type = -1;
|
||||
if (dummy_arch_type == -1 )
|
||||
register_reg_arch_type(register_get_dummy_core_reg, register_set_dummy_core_reg);
|
||||
|
||||
dummy_arch_type = register_reg_arch_type(register_get_dummy_core_reg, register_set_dummy_core_reg);
|
||||
|
||||
reg->arch_type = dummy_arch_type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user