Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -131,9 +131,9 @@ INLINE unsigned char GetCurrentSegAddrSize (void)
|
||||
|
||||
void SegAlign (unsigned long Alignment, int FillVal);
|
||||
/* Align the PC segment to Alignment. If FillVal is -1, emit fill fragments
|
||||
* (the actual fill value will be determined by the linker), otherwise use
|
||||
* the given value.
|
||||
*/
|
||||
** (the actual fill value will be determined by the linker), otherwise use
|
||||
** the given value.
|
||||
*/
|
||||
|
||||
unsigned char GetSegAddrSize (unsigned SegNum);
|
||||
/* Return the address size of the segment with the given number */
|
||||
@@ -146,13 +146,13 @@ int GetRelocMode (void);
|
||||
|
||||
void EnterAbsoluteMode (unsigned long AbsPC);
|
||||
/* Enter absolute (non relocatable mode). Depending on the OrgPerSeg flag,
|
||||
* this will either switch the mode globally or for the current segment.
|
||||
*/
|
||||
** this will either switch the mode globally or for the current segment.
|
||||
*/
|
||||
|
||||
void EnterRelocMode (void);
|
||||
/* Enter relocatable mode. Depending on the OrgPerSeg flag, this will either
|
||||
* switch the mode globally or for the current segment.
|
||||
*/
|
||||
** switch the mode globally or for the current segment.
|
||||
*/
|
||||
|
||||
void SegDone (void);
|
||||
/* Check the segments for range and other errors. Do cleanup. */
|
||||
|
||||
Reference in New Issue
Block a user