Changeset 5198 for trunk/include/VBox/csam.h
- Timestamp:
- 10/09/07 14:32:03 (1 year ago)
- Files:
-
- trunk/include/VBox/csam.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/csam.h
r4071 r5198 271 271 CSAMR3DECL(int) CSAMR3CheckGates(PVM pVM, uint32_t iGate, uint32_t cGates); 272 272 273 /** 274 * Record previous call instruction addresses 275 * 276 * @returns VBox status code. 277 * @param pVM The VM to operate on. 278 * @param GCPtrCall Call address 279 */ 280 CSAMR3DECL(int) CSAMR3RecordCallAddress(PVM pVM, RTGCPTR GCPtrCall); 281 273 282 /** @} */ 274 283 #endif

