2010-05-18 14:43:15 +00:00
|
|
|
#ifdef __ASSEMBLY__
|
|
|
|
|
2009-07-29 15:04:05 +00:00
|
|
|
/* do nothing here by default */
|
2010-05-18 14:43:15 +00:00
|
|
|
|
|
|
|
#else /* __ASSEMBLY__ */
|
|
|
|
|
2010-11-26 23:02:57 +00:00
|
|
|
static inline void mmcif_update_progress(int nr)
|
2010-05-18 14:43:15 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|