Changeset 9266 in vbox for trunk/src/VBox/Disassembler/DisasmInternal.h
- Timestamp:
- May 31, 2008 2:32:20 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmInternal.h
r8999 r9266 21 21 */ 22 22 23 #ifndef __ DisasmInternal_h__24 #define __ DisasmInternal_h__23 #ifndef ___DisasmInternal_h___ 24 #define ___DisasmInternal_h___ 25 25 26 26 #include <VBox/cdefs.h> … … 171 171 #endif 172 172 173 size_t disFormatBytes(PCDISCPUSTATE pCpu, char *pszDst, size_t cchDst, uint32_t fFlags); 174 173 175 __END_DECLS 174 176 175 #endif /* !__ DisasmInternal_h__ */177 #endif /* !___DisasmInternal_h___ */ 176 178
Note:
See TracChangeset
for help on using the changeset viewer.