diff SSR.h @ 24:a8e41e0bfa61

fixed: uninitialized variable
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 12 May 2011 14:25:03 +0200
parents fef69b887df4
children 2c146b6b3890
line diff
     1.1 --- a/SSR.h	Sun Nov 14 11:09:18 2010 -0800
     1.2 +++ b/SSR.h	Thu May 12 14:25:03 2011 +0200
     1.3 @@ -35,6 +35,8 @@
     1.4   }
     1.5  SSRTrans;
     1.6  
     1.7 +/*WARNING: assembly hard-codes position of endInstrAddr as first field
     1.8 + */
     1.9  typedef struct
    1.10   {
    1.11     void           *endInstrAddr;