changeset 25:cd2d0a81e3f7 test_without_inline

new sequential version
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 02 Jun 2011 14:35:03 +0200
parents a8e41e0bfa61
children 9abe1ac89aca 82bc4acc33b4
files SSR_lib.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/SSR_lib.c	Thu May 12 14:25:03 2011 +0200
     1.2 +++ b/SSR_lib.c	Thu Jun 02 14:35:03 2011 +0200
     1.3 @@ -181,14 +181,17 @@
     1.4     SSR__init_Helper();
     1.5   }
     1.6  
     1.7 +#ifdef SEQUENTIAL
     1.8  void
     1.9  SSR__init_Seq()
    1.10   {
    1.11     VMS__init_Seq();
    1.12 +   flushRegisters();
    1.13        //masterEnv, a global var, now is partially set up by init_VMS
    1.14  
    1.15     SSR__init_Helper();
    1.16   }
    1.17 +#endif
    1.18  
    1.19  void
    1.20  SSR__init_Helper()