Changeset 1132 for trunk/processor/main.m4
- Timestamp:
- 2012-08-09T05:43:48+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/processor/main.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/main.m4
r877 r1132 126 126 define(`FIXPOINTER', `FIXPOINTER_EX(`$1', `dst->$2')') 127 127 define(`FIXPOINTER_EX', `IFSTORE(` 128 $2 = ($1 *) processor-> cache->shm->handlers->to_readonly(processor->cache->shm, (char *)$2);128 $2 = ($1 *) processor->shm->handlers->to_readonly(processor->shm, (char *)$2); 129 129 ')') 130 130 define(`UNFIXPOINTER', `UNFIXPOINTER_EX(`$1', `dst->$2')') 131 131 define(`UNFIXPOINTER_EX', `IFSTORE(` 132 $2 = ($1 *) processor-> cache->shm->handlers->to_readwrite(processor->cache->shm, (char *)$2);132 $2 = ($1 *) processor->shm->handlers->to_readwrite(processor->shm, (char *)$2); 133 133 ')') 134 134 dnl }}}
Note: See TracChangeset
for help on using the changeset viewer.

