aboutsummaryrefslogtreecommitdiffstats
path: root/packages/grub/grub-0.93/memcpy.patch
blob: dd5da33a8b08d1131ba298056125fa9b63a3b0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- grub-0.93/stage2/asm.S~	2002-12-02 23:18:56.000000000 +0000
+++ grub-0.93/stage2/asm.S	2004-01-04 12:50:11.000000000 +0000
@@ -62,6 +62,10 @@
 start:
 _start:
 #endif /* ! STAGE1_5 */
+
+#undef memcpy
+ENTRY(memcpy)
+	jmp EXT_C(grub_memmove)
 	
 ENTRY(main)
 	/*