📄 gnatsupp.c
字号:
/* * * Support for gnat/rtems interrupts and exception handling. * Jiri Gaisler, ESA/ESTEC, 17-02-1999. * * $Id: gnatsupp.c,v 1.1.2.1 2005/10/05 19:25:45 joel Exp $ */void __gnat_install_handler_common (int t1, int t2);/* * Avoid trap 0x18 which is used by the clock tick, and * 0x12 (UART B interrupt) which is used by the stub. */void__gnat_install_handler (){ __gnat_install_handler_common (0x18, 0x12);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -