SEGFAULT gaffe in dummy register handling
git-svn-id: svn://svn.berlios.de/openocd/trunk@1046 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a7ae35e798
commit
6bc51d7135
|
@ -126,7 +126,7 @@ void register_init_dummy(reg_t *reg)
|
||||||
{
|
{
|
||||||
static int dummy_arch_type = -1;
|
static int dummy_arch_type = -1;
|
||||||
if (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;
|
reg->arch_type = dummy_arch_type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue