Changeset 103065 in vbox
- Timestamp:
- Jan 25, 2024 2:46:14 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp
r103064 r103065 798 798 } 799 799 800 # if 0 /* unused */ 800 801 801 802 static const char *GenFormatR80(PCRTFLOAT80U plrd) … … 865 866 } 866 867 867 # if 0 /* unused */868 # if 0 /* unused */ 868 869 static const char *GenFormatI64(int64_t const *pi64) 869 870 { 870 871 return GenFormatI64(*pi64); 871 872 } 872 # endif873 # endif 873 874 874 875 static const char *GenFormatI32(int32_t i32) … … 993 994 } 994 995 996 # endif /* unused */ 995 997 996 998 static bool GenerateBinaryOpen(PIEMBINARYOUTPUT pBinOut, const char *pszFilenameFmt, const char *pszName)
Note:
See TracChangeset
for help on using the changeset viewer.