Today I implemented a ecall in assembly and everything is fine, except I cannot step over the ecall in GDB without ending up in the exception route. When using the s(tep) or n(ext) commands they take me to the exception routine instead of ignoring all that an stopping after the ecall.