mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Tweak comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12420d3a64
commit
4a1fadaf52
@ -198,11 +198,9 @@ namespace llvm {
|
||||
///
|
||||
/// This is used to implement assembler directives such as .org.
|
||||
///
|
||||
/// @param Offset - The offset to reach.This may be an expression, but the
|
||||
/// @param Offset - The offset to reach. This may be an expression, but the
|
||||
/// expression must be associated with the current section.
|
||||
/// @param Value - The value to use when filling bytes.
|
||||
//
|
||||
// FIXME: How are we going to signal failures out of this?
|
||||
virtual void EmitValueToOffset(const MCValue &Offset,
|
||||
unsigned char Value = 0) = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user