Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic / libsdcc / shadowregs.c
1 /*
2  * shadowregs.c - provide shadow register for use during interrupts
3  *
4  * (c) 2007 by Raphael Neider <rneider @ web.de>
5  * 
6  * This file is part of SDCC's pic14 library and distributed under
7  * the terms of the GPLv2 with linking exception; see COPYING in some
8  * parent directory for details.
9  */
10
11 /* 
12  * We should make sure these always reside in the same bank,
13  * so that we can save two BANKSELs in the interrupt entry code.
14  */
15
16 unsigned char __sdcc_saved_fsr;
17 //unsigned char __sdcc_saved_pclath;
18 //unsigned char __sdcc_saved_status;
19