DXGL r454 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r453
|
r454
|
r455
>
Date:
22:05, 1 July 2014
Author:
admin
Status:
new
Tags:
Comment:
Fix missing ret instruction in _itoa_x86.asm and memcpy_x86.asm of minilibc, thanks Alcaro of smwcentral.net for pointing it out.
Modified paths:
/minilibc/_itoa_x86.asm
(modified) (
history
)
/minilibc/memcpy_x86.asm
(modified) (
history
)
Diff
[
purge
]
Index: minilibc/_itoa_x86.asm
—
—
@@ -81,6 +81,7 @@
82
82
pop edx
83
83
pop edi
84
84
pop esi
85
+ ret
85
86
_itoa ENDP
86
87
87
88
end
\ No newline at end of file
Index: minilibc/memcpy_x86.asm
—
—
@@ -38,6 +38,7 @@
39
39
pop ecx
40
40
pop edi
41
41
pop esi
42
+ ret
42
43
memcpy_386 ENDP
43
44
44
45
end
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version