Christian Prochaska
aea90dc7da
hw: fix vmm_arm test on arm_v8a
...
Fixes #4975 regression
2023-10-04 13:22:08 +02:00
Christian Prochaska
8b7f959451
hw: send exception signals and support single-stepping
...
Fixes #4975
2023-08-23 13:46:37 +02:00
Norman Feske
2a1240d1e9
base: provide generic cpu/string.h
...
This patch uses the formerly x86-specific cpu/string.h for all
architectures if no spec/<arch> variant exists.
Issue #4456
2023-01-24 12:07:28 +01:00
Piotr Tworek
d610f9f4f1
Fix some signed/unsigned implicit conversions.
...
Fix some trivial cases where the signedness of the constant value does
not match the signedness of type the code expects to see. GCC can be
asked to warn about those by passing Wsign-covnersion flag.
Issue #4354
2022-01-19 12:35:48 +01:00
Stefan Kalkowski
71a48c0a26
base: add initial support for ARM 64-bit
...
Ref #3260
2019-05-27 14:52:51 +02:00