Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
194: libtock: Use __asm__ instead of asm r=ppannuto a=alistair23 The GCC documentation states: "When writing code that can be compiled with -ansi and the various -std options, use __asm__ instead of asm" Switch to use __asm__ to be more flexible. Signed-off-by: Alistair Francis <[email protected]> Co-authored-by: Alistair Francis <[email protected]>
- Loading branch information