- Implement RtlPrefectMemoryNonTemporal. Patch by Patrick Baggett <baggett.patrick...
[reactos.git] / reactos / ntoskrnl / ke / i386 / brkpoint.S
1 /* $Id: brkpoint.c 15164 2005-05-09 01:38:29Z sedwards $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: ntoskrnl/ke/i386/brkpoint.c
6 * PURPOSE: Handles breakpoints
7 *
8 * PROGRAMMERS: No programmer listed.
9 */
10
11 .global _DbgBreakPointNoBugCheck@0
12 _DbgBreakPointNoBugCheck@0:
13 int $3
14 ret