mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 12:36:08 +08:00
Removed illegally formatted comments.
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
|
||||
.text
|
||||
.align 4
|
||||
.globl wr_cursor / Move cursor position
|
||||
.globl wr_cursor /* Move cursor position */
|
||||
|
||||
/**/
|
||||
/**/ void wr_cursor(newPosition, ioBaseAddr)
|
||||
/**/
|
||||
/*
|
||||
* void wr_cursor(newPosition, ioBaseAddr)
|
||||
*/
|
||||
|
||||
wr_cursor: pushl %ecx
|
||||
movl 8(%esp), %ecx /* Get new cursor position */
|
||||
|
||||
Reference in New Issue
Block a user