| # | Line 41 | Line 41 | int event_handler( event* the_event ){ | |
|---|---|---|
| 41 | ||
| 42 | int handled = 0; | |
| 43 | ||
| 44 | + | if( the_event->event_type == ASSIGNMENT){ | 
| 45 | + | fprintf( stderr, | 
| 46 | + | "global assign %s\n", | 
| 47 | + | the_event->evt.asmt.lhs ); | 
| 48 | + | } | 
| 49 | + | |
| 50 | + | |
| 51 | + | the_globals->printIC(); | 
| 52 | + | |
| 53 | switch( current_block ){ | |
| 54 | ||
| 55 | case GLOBAL_BLK: | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |