Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison probes.c @ 198:37b061180119
Created HW_generic_x86_64_MC branch (see __brch__* for expl)
| author | Me@portablequad |
|---|---|
| date | Sat, 11 Feb 2012 21:43:43 -0800 |
| parents | 96e273d9f66f |
| children | 6db9e4898978 |
comparison
equal
deleted
inserted
replaced
| 9:14e4eb1c022c | 11:0d7faa583cdf |
|---|---|
| 336 inline void doNothing(){}; | 336 inline void doNothing(){}; |
| 337 | 337 |
| 338 void | 338 void |
| 339 generic_print_probe( void *_probe ) | 339 generic_print_probe( void *_probe ) |
| 340 { | 340 { |
| 341 //IntervalProbe *probe = (IntervalProbe *)_probe; | 341 IntervalProbe *probe = (IntervalProbe *)_probe; |
| 342 | 342 |
| 343 //TODO segfault in printf | 343 //TODO segfault in printf |
| 344 //print_probe_helper( probe ); | 344 //print_probe_helper( probe ); |
| 345 } | 345 } |
| 346 | 346 |
