mirror of
https://github.com/jetkvm/rv1106-system.git
synced 2026-05-21 05:20:41 +00:00
8 lines
164 B
Plaintext
Executable File
8 lines
164 B
Plaintext
Executable File
cat <<EOF
|
|
static __always_inline ${ret}
|
|
${arch}${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
|
|
{
|
|
${retstmt}${arch}${atomic}_${pfx}sub${sfx}${order}(1, v);
|
|
}
|
|
EOF
|