Re: [PATCH 0/2] semihosting: use assembly conduit functions

2023-02-09 Thread Sean Anderson
On 2/7/23 10:21, Andre Przywara wrote: > Hi, > > to trigger the actual semihosting action in the debugger, we used some > carefully constructed inline assembly sequence. This was motivated by > the trigger being really just a single instruction, so originally this > could be neatly inlined by the

[PATCH 0/2] semihosting: use assembly conduit functions

2023-02-07 Thread Andre Przywara
Hi, to trigger the actual semihosting action in the debugger, we used some carefully constructed inline assembly sequence. This was motivated by the trigger being really just a single instruction, so originally this could be neatly inlined by the compiler. However we now have a separate function a