Changeset 768
- Timestamp:
- Apr 14, 2025, 12:39:37 AM (4 months ago)
- Location:
- GPL/branches/uniaud32-6.6-LTS/lib32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-6.6-LTS/lib32/Makefile
r764 r768 31 31 instropl2.obj instropl3.obj vsprintf.obj bitmap.obj find_next_bit.obj & 32 32 regmap.obj regcache.obj regcache-flat.obj regcache-rbtree.obj & 33 regcache-maple.objcomponent.obj33 component.obj 34 34 35 35 TARGET = linuxlib -
GPL/branches/uniaud32-6.6-LTS/lib32/regcache.c
r764 r768 24 24 static const struct regcache_ops *cache_types[] = { 25 25 ®cache_rbtree_ops, 26 #ifndef TARGET_OS2 // Not (yet?) supported 26 27 ®cache_maple_ops, 28 #endif 27 29 ®cache_flat_ops, 28 30 };
Note:
See TracChangeset
for help on using the changeset viewer.