Changeset 777 for GPL/trunk/lib32/regcache.c
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/lib32/regcache.c
r772 r777 24 24 static const struct regcache_ops *cache_types[] = { 25 25 ®cache_rbtree_ops, 26 #if ndef TARGET_OS2 // Not (yet?) supported26 #if 0 // not (yet?) supported on OS/2 27 27 ®cache_maple_ops, 28 28 #endif
Note:
See TracChangeset
for help on using the changeset viewer.