From 00330cd18a4ba83beabad4cb9f4215170828cd29 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Apr 2021 14:35:14 -0400 Subject: sim: callback: convert time interface to 64-bit PR sim/27705 Rather than rely on time_t being the right size between the host & target, have the interface always be 64-bit. We can figure out if we need to truncate when actually outputting it to the right target. --- sim/arm/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/arm/ChangeLog') diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 7124a6d..5282e70 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,5 +1,9 @@ 2021-05-14 Mike Frysinger + * armos.c (ARMul_OSHandleSWI): Delete 2nd arg to time callback. + +2021-05-14 Mike Frysinger + * armos.c: Update include path. * wrapper.c: Likewise. -- cgit v1.1