We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ola, rodando o simulador com o arquivo in/fila_instr.txt, logo após a primeira instrução terminar o programa fecha.
in/fila_instr.txt
Essa é a saída para o seguinte comando, ./tfsim -q in/fila_instr.txt -m in/mem_status.txt -i in/reg_status.txt
./tfsim -q in/fila_instr.txt -m in/mem_status.txt -i in/reg_status.txt
Após compilar com a flag -ggdb peguei o seguinte backtrace no GDB.
-ggdb
parece ser um erro que envolve a biblioteca nana. o erro lançado por ela acontece aqui, https://github.com/cnjinhao/nana/blob/master/source/gui/detail/window_manager.cpp#L561
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ola,
rodando o simulador com o arquivo
in/fila_instr.txt
,logo após a primeira instrução terminar o programa fecha.
Essa é a saída para o seguinte comando,
./tfsim -q in/fila_instr.txt -m in/mem_status.txt -i in/reg_status.txt
Após compilar com a flag
-ggdb
peguei o seguinte backtrace no GDB.
parece ser um erro que envolve a biblioteca nana.
o erro lançado por ela acontece aqui,
https://github.com/cnjinhao/nana/blob/master/source/gui/detail/window_manager.cpp#L561
The text was updated successfully, but these errors were encountered: