Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's currently impossible to redeclare global variables #648

Open
smx-smx opened this issue Jun 10, 2018 · 3 comments
Open

It's currently impossible to redeclare global variables #648

smx-smx opened this issue Jun 10, 2018 · 3 comments
Labels
enhancement This is a feature request gui The issue involves the GUI client

Comments

@smx-smx
Copy link
Collaborator

smx-smx commented Jun 10, 2018

This issue is a subset of #603 specifically for global variables.
Global variables and functions are both global entities but, unlike functions, global variables cannot be redeclared.

Example:
example

The global variables being checked are of type char, but it's impossible to set that as such from the user interface

@smx-smx smx-smx added the enhancement This is a feature request label Jun 10, 2018
@ptomin
Copy link
Collaborator

ptomin commented Jun 11, 2018

dwLoc10_1014 is not global variable.
Global variable could declared/redeclared at the left side of Combined Code View (Dasm/Memory view)

@smx-smx smx-smx added the gui The issue involves the GUI client label Jun 11, 2018
@smx-smx
Copy link
Collaborator Author

smx-smx commented Jun 11, 2018

Sorry, that was an oversight.
globals

This is the pertinent screenshot

@ptomin
Copy link
Collaborator

ptomin commented Jun 11, 2018

OK.
Do you know about possibility to redeclare global variable at the left side of Combined Code View? It can be used as work around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a feature request gui The issue involves the GUI client
Projects
None yet
Development

No branches or pull requests

2 participants