mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 16:05:03 +08:00
16bit target fixes.
This commit is contained in:
@@ -365,7 +365,7 @@ rtems_monitor_symbol_canonical_by_value(
|
||||
void *value_void_p
|
||||
)
|
||||
{
|
||||
uint32_t value = (uint32_t) value_void_p;
|
||||
uintptr_t value = (uintptr_t) value_void_p;
|
||||
rtems_symbol_t *sp;
|
||||
|
||||
sp = rtems_symbol_value_lookup(0, value);
|
||||
|
||||
Reference in New Issue
Block a user