Tsukasa OI
4bd531c7ff
sim/ppc: Fix core_find_mapping diagnostics
...
Because "%p" is the pointer conversion specifier to print a pointer in an
implementation-defined manner, the result with format string containing
"0x%p" can be strange. For instance, core_map_find_mapping prints error
containing "0x0x...." (processor is not NULL) or "0x(null)" (processor is
NULL) on glibc.
This commit replaces "0x%p" with "%p" to prevent unpredictable behavior.
2022-10-12 13:21:31 +00:00
..
2022-08-25 18:35:59 +02:00
2022-04-04 22:41:24 +01:00
2022-01-01 19:13:23 +04:00
2022-05-13 14:32:54 +09:30
2022-02-21 13:57:33 -05:00
2022-10-11 15:18:15 +01:00
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-01-06 01:17:38 -05:00
2022-05-13 14:32:54 +09:30
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-01-06 01:17:38 -05:00
2022-01-06 01:17:38 -05:00
2022-01-01 19:13:23 +04:00
2022-09-27 11:42:32 -07:00
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-10-11 15:18:14 +01:00
2022-01-01 19:13:23 +04:00
2022-01-01 19:13:23 +04:00
2022-05-13 14:32:54 +09:30
2022-02-21 13:57:33 -05:00
2022-10-11 11:22:14 +01:00
2022-01-06 01:17:38 -05:00
2022-02-21 13:57:33 -05:00
2022-10-12 13:21:31 +00:00
2022-01-01 19:13:23 +04:00
2022-10-11 12:38:36 +01:00
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-01-01 19:13:23 +04:00
2022-10-11 12:38:36 +01:00
2022-04-06 11:10:40 -04:00
2021-11-28 13:24:00 -05:00
2022-09-27 11:42:32 -07:00
2022-09-27 11:42:32 -07:00
2022-10-11 15:18:14 +01:00
2022-10-11 15:18:14 +01:00
2022-10-11 15:18:14 +01:00
2022-02-21 13:57:33 -05:00
2022-09-01 10:15:09 -04:00
2022-01-01 19:13:23 +04:00
2022-10-11 11:22:14 +01:00
2021-11-28 13:23:57 -05:00