You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to compare against sloccount, and scc's ability to accurately count riscv assembly is off. It doesn't factor out comments (it can't see them)
Describe the bug
Trying to compare against sloccount, and scc's ability to accurately count riscv assembly is off. It doesn't factor out comments (it can't see them)
To Reproduce
scc as a command
./scc asm_f.S
/****************************************************************************\
****************************************************************************/
#include "thread_def.h"
.global ASM_ReturnToUserThread
Expected behavior
I expected an accurate count. of 2, but I got 7
Linux Ubuntu 22.04
The text was updated successfully, but these errors were encountered: